From 629fad2ff1511cf0ebc6a09d99780a97e480742a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 22 Dec 2007 15:27:13 +0000 Subject: [PATCH] Chain up the finalizer svn path=/trunk/; revision=19221 --- ChangeLog | 5 +++++ modules/other/gail/gailclist.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 323fe47e5c..5804ad0809 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-22 Matthias Clasen + + * modules/other/gail/gailclist.c: Chain up the finalizer (#504570, + Christian Persch) + 2007-12-21 Richard Hult * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_destroy): diff --git a/modules/other/gail/gailclist.c b/modules/other/gail/gailclist.c index d56839e3ea..8639ca1e03 100644 --- a/modules/other/gail/gailclist.c +++ b/modules/other/gail/gailclist.c @@ -456,6 +456,8 @@ gail_clist_finalize (GObject *object) } g_list_free (clist->cell_data); } + + G_OBJECT_CLASS (parent_class)->finalize (object); } static gint -- 2.30.2